Item Struct Reference

Item is a entry element of the context menu. More...

#include <ivstcontextmenu.h>

Public Types

enum  Flags {
  kIsSeparator = 1 << 0, kIsDisabled = 1 << 1, kIsChecked = 1 << 2, kIsGroupStart = 1 << 3 | kIsDisabled,
  kIsGroupEnd = 1 << 4 | kIsSeparator
}

Data Fields

String128 name
 Name of the item.
int32 tag
 Identifier tag of the item.
int32 flags
 Flags of the item.

Detailed Description

Item is a entry element of the context menu.


Member Enumeration Documentation

enum Flags
Enumerator:
kIsSeparator 

Item is a separator.

kIsDisabled 

Item is disabled.

kIsChecked 

Item is checked.

kIsGroupStart 

Item is a group start (like sub folder).

kIsGroupEnd 

Item is a group end.


Field Documentation

Name of the item.

Identifier tag of the item.

Flags of the item.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.